home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / HyperCard / CambridgeMedlineTutor / HardinHelper / background_4370.txt < prev    next >
Encoding:
Text File  |  1992-03-16  |  790 b   |  41 lines

  1. -- background: 4370 from stack: in
  2. -- bmap block id: 4999
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. --On OpenCard
  8.  
  9. --get the short name of this card
  10. --put it into CountVar
  11.  
  12. --set the userLevel to 2
  13. --set cantModify of this stack to false
  14.  
  15. --add 1 to card field CountVar of card "counterCard"
  16.  
  17. --set the userLevel to 1
  18. --set cantModify of this stack to true
  19.  
  20.  
  21. --End OpenCard
  22.  
  23.  
  24. -- part 1 (button)
  25. -- low flags: 00
  26. -- high flags: 0003
  27. -- rect: left=480 top=223 right=245 bottom=516
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 21700 / 21700
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: HomeScreen
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   go card "hhHomeScreen"
  39. end mouseUp
  40.  
  41.